home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 39
/
Amiga Format CD39 (1999-04-13)(Future Publishing)(GB)[!][issue 1999-05].iso
/
-seriously_amiga-
/
wb
/
selector
/
shortway
< prev
next >
Wrap
Text File
|
1999-03-02
|
919b
|
29 lines
Screen Jump ;The panel will popup on ALL screens
Popup rmb lmb ;The panel will popup when both mouse buttons are pressed
;(left+right). If you have a 3-button mouse, use "POPUP MMB"
;instead, for the middle button.
x atPointer
y atPointer ;The panel will popup at the mouse pointer
Border OFF ;Turns the windows borders off
Title OFF ;Turns the windows title off
Button Shell exec 'newshell con:20/156/640/178'
;Button for starting a shell
button Workbench ScreenRun Workbench
;Button for jumping to Workbench
button Octamed ScreenRun OCTAMED work:Soundstudio/octamed closepopup
;Button for starting Octamed, or just jump to octameds screen
;if it's allready open.
button Lexikon exec 'wbrun "Work:ORD/Lexikon/Lexikon"' closepopup
;Start a program as if it had been doubleclicked.
button Program run 'selector program' closepopup
;Show a submenu (if the script file "program" exists)